home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995…tember: Reference Library / Dev.CD Sep 95 RL / Dev.CD Sep 95 RL.toast / mac / Technical Documentation / develop / develop Issue 20 code / NetWare Development / ATDemo / README < prev   
Encoding:
Text File  |  1994-10-06  |  1.2 KB  |  27 lines  |  [TEXT/MPS ]

  1. To build this NLM, you must have the NetWare NLM Developers' SDK from Novell.
  2. It includes the Novell NetWare header files, as well as the NLMLink tool.
  3. These should be available from Novell around the time you get this.
  4.  
  5. Known Bugs:  
  6.     • At the time this NLM was written, NLMLink had a bug that
  7.     prevented it from dealing correctly with pathnames containing spaces.
  8.     • When the NLM is unloaded, it may not clean up all of its resources.
  9.       This is because the ATATpGet() routines are blocked waiting for I/O.
  10.       
  11.       
  12. How to build:
  13.     Set the current directory to the ATDemo directory.  Type:
  14.         buildprogram atdemo
  15.         
  16.     Below is sample output:
  17.     
  18. buildprogram atdemo
  19. # 1:58:51 PM ----- Build of atdemo.
  20. # 1:58:51 PM ----- Analyzing dependencies.
  21. # 1:58:53 PM ----- Executing build commands.
  22.    PPCC -w conformance -appleext on ATDemo.c -o ATDemo.o -i : -i Enterprise:Develop:MPW:Interfaces:NOVH: -i Enterprise:Develop:MPW:Interfaces:NOVH:sys: -i Enterprise:Develop:MPW:Interfaces:NOVH:temp:
  23.     Set Echo 0
  24.    NLMLink ATDemo.def -sym on ATDemo.o Enterprise:Develop:MPW:Libraries:NOVI:Prelude.o Enterprise:Develop:MPW:Libraries:PPCLibraries:PPCCRuntime.o
  25.     Set Echo 0
  26. # 1:59:22 PM ----- Done.
  27.